File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010env :
1111 GAR_ADDRESS : europe-docker.pkg.dev
1212 NAMESPACE : easytrade-github
13- SKAFFOLD_DEFAULT_REPO : europe-docker.pkg.dev/dynatrace-demoability/docker/test- easytrade
13+ SKAFFOLD_DEFAULT_REPO : europe-docker.pkg.dev/dynatrace-demoability/docker/easytrade
1414 SKAFFOLD_VERSION : 2.13.2
1515
1616jobs :
5050 steps :
5151 - name : Checkout repository
5252 uses : actions/checkout@v4
53- with :
54- path : et
5553
5654 - name : Retrieve kubeconfig
5755 run : |
6361 with :
6462 ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
6563 repository : dynatrace/easytrade-infrastructure
66- path : et- infrastructure
64+ path : infrastructure
6765
6866 - name : Export short commit SHA
6967 run : echo "COMMIT_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
7573 tag : ${{ env.COMMIT_SHA_SHORT }}
7674 namespace : ${{ env.NAMESPACE }}
7775 profile : aws-staging
78- working-directory : ${{ github.workspace }}/et
76+ working-directory : ${{ github.workspace }}/easytrade
7977
8078 run-tests :
8179 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments