Skip to content

Commit

Permalink
Merge pull request #291 from jumppad-labs/f-gpu-resource
Browse files Browse the repository at this point in the history
remove dagger cloud
  • Loading branch information
nicholasjackson committed Apr 11, 2024
2 parents 5efcd7e + 7dbbf48 commit afc92d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
module: ./dagger
args: all --output=./output --src=. --github-token=GITHUB_TOKEN --notorize-cert=./cert.p12 --notorize-cert-password=QUILL_SIGN_PASSWORD --notorize-key=./key.p8 --notorize-id=${{secrets.QUILL_NOTARY_KEY_ID}} --notorize-issuer=${{secrets.QUILL_NOTARY_ISSUER}}
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -90,7 +89,6 @@ jobs:
module: ./dagger
args: functional-test --src=./examples --working-directory=${{matrix.folder}} --jumppad=/usr/local/bin/jumppad --runtime=docker
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Send status to Discord
uses: sarisia/actions-status-discord@v1
Expand Down Expand Up @@ -144,7 +142,6 @@ jobs:
module: ./dagger
args: functional-test --src=./examples --working-directory=${{matrix.folder}} --jumppad=/usr/local/bin/jumppad --runtime=podman
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Send status to Discord
uses: sarisia/actions-status-discord@v1
Expand Down Expand Up @@ -185,7 +182,6 @@ jobs:
module: ./dagger
args: release --src=. --github-token=GITHUB_TOKEN --gemfury-token=GEMFURY_TOKEN --archives=./build_artifacts --output=./version.txt
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Set output
id: setoutput
Expand Down

0 comments on commit afc92d0

Please sign in to comment.