We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765b737 commit bb104a5Copy full SHA for bb104a5
.circleci/continue_config.yml
@@ -225,10 +225,10 @@ jobs:
225
"parameters":{
226
"run_main_pr":false,
227
"run_sqlmesh_commit":true,
228
- "sqlmesh_branch":"'"$CIRCLE_BRANCH"'",
229
- "sqlmesh_commit_author":"'"$CIRCLE_USERNAME"'",
230
- "sqlmesh_commit_hash":"'"$CIRCLE_SHA1"'",
231
- "sqlmesh_commit_pr":"'"$CIRCLE_PULL_REQUEST"'"
+ "sqlmesh_branch":"'$CIRCLE_BRANCH'",
+ "sqlmesh_commit_author":"'$CIRCLE_USERNAME'",
+ "sqlmesh_commit_hash":"'$CIRCLE_SHA1'",
+ "sqlmesh_commit_pr":"'$CIRCLE_PULL_REQUEST'"
232
}
233
}'
234
0 commit comments