Skip to content

Commit 3fe4a03

Browse files
Removed unused input, add test statement
1 parent b724933 commit 3fe4a03

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build-full-environment.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ on:
1717
- "terraform/**"
1818
- "!**/README.md"
1919
workflow_dispatch:
20-
inputs:
21-
TAG:
22-
type: string
23-
description: Additional tag to add to built images
2420

2521
jobs:
2622
node-build:

.github/workflows/terragrunt-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
IMAGE="${{ secrets.ECR_TARGET_ACCOUNT_ID }}.dkr.ecr.ca-central-1.amazonaws.com/nr-bcws-wfprev-wfprev-gdb-extractor:latest"
138138
docker pull $IMAGE
139139
echo "GDB_EXTRACTOR_IMAGE=$(docker inspect --format='{{index .RepoDigests 0}}' $IMAGE)" >> $GITHUB_OUTPUT
140+
aws s3 ls
140141
141142
- name: Configure AWS credentials for Terraform account (DEV/TEST/PROD)
142143
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)