Browse Source

Get timestamp also for prod

cldc-2563-aws-production-pipeline-backup
Sam Seed 1 year ago
parent
commit
e0c70b282c
  1. 1
      .github/workflows/aws_deploy.yml

1
.github/workflows/aws_deploy.yml

@ -80,7 +80,6 @@ jobs:
- name: Get timestamp
id: timestamp
if: inputs.environment != 'production'
run: |
echo "::set-output name=timestamp::$(echo "timestamp=$(date +%Y%m%d%H%M%S)")"

Loading…
Cancel
Save