Skip to content

Commit 78ebefd

Browse files
authored
Merge pull request #442 from NHSDigital/APM-6800-Dependabot
Update poetry dependencies
2 parents 015b310 + 62d0803 commit 78ebefd

3 files changed

Lines changed: 184 additions & 12 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@ jobs:
138138
# Create the yaml ref file for the spec
139139
echo -e tag: $DOCKER_TAG \\nname: hello-world >> ../specification/components/docker_image.yaml
140140
141-
- name: Deploy to Internal Dev Sandbox
142-
run: |
143-
proxygen instance deploy internal-dev-sandbox $INSTANCE specification/hello-world.yaml --no-confirm
144-
145-
- name: Run Internal Dev Sandbox tests
146-
run: |
147-
export ENVIRONMENT="internal-dev-sandbox"
148-
export SPEC_HASH=$(proxygen instance list | grep $INSTANCE | grep $ENVIRONMENT | tr -s ' ' | cut -d ' ' -f4)
149-
make test
141+
# - name: Deploy to Internal Dev Sandbox
142+
# run: |
143+
# proxygen instance deploy internal-dev-sandbox $INSTANCE specification/hello-world.yaml --no-confirm
144+
145+
# - name: Run Internal Dev Sandbox tests
146+
# run: |
147+
# export ENVIRONMENT="internal-dev-sandbox"
148+
# export SPEC_HASH=$(proxygen instance list | grep $INSTANCE | grep $ENVIRONMENT | tr -s ' ' | cut -d ' ' -f4)
149+
# make test
150150

151151
- name: Deploy to Internal QA Sandbox
152152
run: |

0 commit comments

Comments
 (0)