Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ check-merged-ci-config-is-valid: # lint the whole merged thing statically (previous call tries to run pipeline which does not work because ivas-codec does not have push pipelines...) - jq -r ".merged_yaml" $BASELINE_RESPONSE > $ARTIFACTS_BASELINE_YAML - cat $ARTIFACTS_BASELINE_YAML - rm $BASELINE_RESPONSE - | jq -n --arg yaml "$(<$ARTIFACTS_BASELINE_YAML)" '{ content: $yaml }' \ Loading Loading @@ -118,6 +119,7 @@ check-merged-ci-config-is-valid: # lint the whole merged thing statically (previous call tries to run pipeline which does not work because ivas-codec does not have push pipelines...) - jq -r ".merged_yaml" $MERGED_RESPONSE > $ARTIFACTS_MERGED_YAML - rm $MERGED_RESPONSE - cat $ARTIFACTS_MERGED_YAML - | jq -n --arg yaml "$(<$ARTIFACTS_MERGED_YAML)" '{ content: $yaml }' \ | curl -sS -X POST \ Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ check-merged-ci-config-is-valid: # lint the whole merged thing statically (previous call tries to run pipeline which does not work because ivas-codec does not have push pipelines...) - jq -r ".merged_yaml" $BASELINE_RESPONSE > $ARTIFACTS_BASELINE_YAML - cat $ARTIFACTS_BASELINE_YAML - rm $BASELINE_RESPONSE - | jq -n --arg yaml "$(<$ARTIFACTS_BASELINE_YAML)" '{ content: $yaml }' \ Loading Loading @@ -118,6 +119,7 @@ check-merged-ci-config-is-valid: # lint the whole merged thing statically (previous call tries to run pipeline which does not work because ivas-codec does not have push pipelines...) - jq -r ".merged_yaml" $MERGED_RESPONSE > $ARTIFACTS_MERGED_YAML - rm $MERGED_RESPONSE - cat $ARTIFACTS_MERGED_YAML - | jq -n --arg yaml "$(<$ARTIFACTS_MERGED_YAML)" '{ content: $yaml }' \ | curl -sS -X POST \ Loading