Skip to content

Commit be5ec3d

Browse files
committed
fixup! trigger pipeline with variables
1 parent c3ba348 commit be5ec3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Check the status of the main pipeline execution
4040
MAIN_STATUS=$(aws codepipeline get-pipeline-execution \
41-
--pipeline-name "$MAIN_PIPELINE" \
41+
--pipeline-name ${{ secrets.PIPELINE_NAME }} \
4242
--pipeline-execution-id "$EXECUTION_ID" \
4343
--query 'pipelineExecution.status' \
4444
--output text)
@@ -79,7 +79,6 @@ jobs:
7979
exit 1
8080
fi
8181
fi
82-
8382
echo "Waiting for stack deployment to complete..."
8483
sleep 30
8584
done

0 commit comments

Comments
 (0)