Skip to content

Commit

Permalink
Merge pull request #1043 from atsign-foundation/cpswan-source-update-…
Browse files Browse the repository at this point in the history
…from-repo

fix: source update_image.sh script from this repo
  • Loading branch information
cpswan committed Nov 10, 2022
2 parents e80310e + f804f00 commit 1ba436f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/at_server.yaml
Expand Up @@ -250,6 +250,9 @@ jobs:
username: ubuntu
key: ${{ secrets.CICD_SSH_KEY }}
script: |
scriptURL="https://raw.githubusercontent.com/atsign-foundation/at_server/trunk/tools/${HOSTNAME}/update_image.sh"
echo "$scriptURL"
wget -q -O update_image.sh "$scriptURL"
./update_image.sh
# The job runs end to end tests between the @cicd1[trunk] and @cicd2[trunk] secondaries
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1ba436f

Please sign in to comment.