Restore publish snap

This commit is contained in:
Michael Vines 2019-01-04 20:45:25 -08:00
parent 6ebadbcca3
commit ee769171b9
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
steps: steps:
#- command: "ci/snap.sh" - command: "ci/publish-snap.sh"
# timeout_in_minutes: 40 timeout_in_minutes: 40
# name: "snap" name: "publish snap"
- command: "sdk/docker-solana/build.sh" - command: "sdk/docker-solana/build.sh"
timeout_in_minutes: 20 timeout_in_minutes: 20
name: "publish docker" name: "publish docker"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Only run snap.sh for pull requests that modify files under /snap # Only run publish-snap.sh for pull requests that modify files under /snap
# #
set -e set -e
cd "$(dirname "$0")"/.. cd "$(dirname "$0")"/..
@ -10,4 +10,4 @@ ci/affects-files.sh ^snap/ || {
exit 0 exit 0
} }
exec ci/snap.sh exec ci/publish-snap.sh