Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa committed Nov 30, 2024
1 parent adc34e0 commit abb2c3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nomad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jobs:
image: alpine:edge
steps:
- uses: actions/checkout@v1
- run: cat nomad.sh
- run: sh nomad.sh ${{ github.sha }}
2 changes: 1 addition & 1 deletion nomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ alias upload="s3cmd --host=34d8c1092fc4c5853b6a5a05b08228c5.eu.r2.cloudflarestor

set -x

apk add bash build-base git go s3cmd nodejs npm yarn linux-headers
apk add bash build-base git go s3cmd nodejs npm yarn linux-headers zip

npm i -g ember-cli

Expand Down

0 comments on commit abb2c3e

Please sign in to comment.