test standard condition

This commit is contained in:
Souhaila Noor 2021-11-23 18:50:47 -06:00
parent 0e2d71c303
commit 02b0f4ffd6

View file

@ -198,7 +198,7 @@ build container fb:
# deploy EC2 instance and save instance ID to a text file
deploy node for linux amd64:
stage: lint
stage: integration
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
variables:
PROFILE: "default"
@ -219,5 +219,5 @@ deploy node for linux amd64:
- apt update && apt -y install jq
script:
- ./qa/scripts/deployNode.sh $PROFILE
# needs:
# - job: build for linux amd64
needs:
- job: build for linux amd64