File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments