Skip to content

Commit

Permalink
fix dup
Browse files Browse the repository at this point in the history
  • Loading branch information
ermirizio committed Jul 13, 2023
1 parent 0ee4dac commit 357fe16
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@ jobs:

- uses: actions/checkout@v3

- name: env up
working-directory: auto
env:
confs_dir: /__w/tyk-pro/tyk-pro/auto/pro
run: |
echo "registry=${{ steps.ecr.outputs.registry }}
tyk_sink_image=\${registry}/tyk-sink:${{ inputs.tyk-sink-version || 'v2.1.1' }}
tyk_image=\${registry}/tyk:${{ inputs.tyk-version || 'v4.3.4' }}
tyk_analytics_image=\${registry}/tyk-analytics:${{ inputs.tyk-analytics-version || 'v4.3.3' }}
tyk_pump_image=\${registry}/tyk-pump:${{ inputs.tyk-pump-version || 'v1.7.0' }}" > versions.env
# bring up env
cat versions.env
docker compose -f ${{ github.job }}.yml -f deps.yml --env-file versions.env --env-file tat.env up --quiet-pull -d
- name: env up
working-directory: auto
env:
Expand Down

0 comments on commit 357fe16

Please sign in to comment.