Skip to content

Commit d7e3955

Browse files
authored
Merge branch 'main' into ltpa-advanced
2 parents 2d30580 + 22d834e commit d7e3955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.one-pipeline-archive.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ setup:
2727
curl -X POST -H 'Content-type: application/json' --data '{"text":"The archive operation for '$REPO' has failed."}' $(get_env slack_web_hook_url) </dev/null
2828
curl -X POST -H 'Content-type: application/json' --data '{"text":"Failing pipeline: '$pipeline_url'"}' $(get_env slack_web_hook_url) </dev/null
2929
curl -X POST -H 'Content-type: application/json' --data '{"text":"Destination repository: '$ARCHIVE_DESTINATION_REPO'"}' $(get_env slack_web_hook_url) </dev/null
30+
exit 1
3031
else
3132
echo "${REPO} has been archived successfully to ${ARCHIVE_DESTINATION_REPO}"
3233
fi
@@ -123,4 +124,4 @@ release:
123124
script: |
124125
#!/usr/bin/env bash
125126
echo "Skipping release"
126-
exit 0
127+
exit 0

0 commit comments

Comments
 (0)