Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/apigee-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ jobs:
# Create the yaml ref file for the spec
echo -e tag: $DOCKER_TAG \\nname: hello-world >> ../specification/components/docker_image.yaml

- name: Deploy to Internal Dev Sandbox
run: |
proxygen instance deploy internal-dev-sandbox $INSTANCE specification/hello-world.yaml --no-confirm

- name: Run Internal Dev Sandbox tests
run: |
export ENVIRONMENT="internal-dev-sandbox"
export SPEC_HASH=$(proxygen instance list | grep $INSTANCE | grep $ENVIRONMENT | tr -s ' ' | cut -d ' ' -f4)
make test
# - name: Deploy to Internal Dev Sandbox
# run: |
# proxygen instance deploy internal-dev-sandbox $INSTANCE specification/hello-world.yaml --no-confirm

# - name: Run Internal Dev Sandbox tests
# run: |
# export ENVIRONMENT="internal-dev-sandbox"
# export SPEC_HASH=$(proxygen instance list | grep $INSTANCE | grep $ENVIRONMENT | tr -s ' ' | cut -d ' ' -f4)
# make test

- name: Deploy to Internal QA Sandbox
run: |
Expand Down
Loading