Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 7, 2024
1 parent 25d0d5b commit 3176ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-opera-disp-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Deploy OPERA-DISP Sandbox Stack to AWS
on:
push:
branches:
# TODO revert
#- develop
- opera-disp-sandbox
- develop

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -24,9 +22,7 @@ jobs:
default_credits_per_user: 0
default_application_status: APPROVED
cost_profile: DEFAULT
# TODO revert
#deploy_ref: refs/heads/develop
deploy_ref: refs/heads/opera-disp-sandbox
deploy_ref: refs/heads/develop
job_files: >-
job_spec/OPERA_DISP_TMS.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
Expand Down
2 changes: 0 additions & 2 deletions job_spec/OPERA_DISP_TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ OPERA_DISP_TMS:
steps:
- name: ''
image: ghcr.io/asfhyp3/opera-disp-tms
# TODO remove image tag
image_tag: 0.3.1.dev103_g14a19a2
command:
- Ref::tile_type
- Ref::bounds
Expand Down

0 comments on commit 3176ebb

Please sign in to comment.