We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d146ef + b9f2670 commit 22d834eCopy full SHA for 22d834e
.one-pipeline-archive.yaml
@@ -27,6 +27,7 @@ setup:
27
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
28
curl -X POST -H 'Content-type: application/json' --data '{"text":"Failing pipeline: '$pipeline_url'"}' $(get_env slack_web_hook_url) </dev/null
29
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
31
else
32
echo "${REPO} has been archived successfully to ${ARCHIVE_DESTINATION_REPO}"
33
fi
@@ -123,4 +124,4 @@ release:
123
124
script: |
125
#!/usr/bin/env bash
126
echo "Skipping release"
- exit 0
127
+ exit 0
0 commit comments