Skip to content

Commit 565724c

Browse files
ci: set easytrade locations
1 parent 4f26e32 commit 565724c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-on-master.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
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

1616
jobs:
@@ -50,8 +50,6 @@ jobs:
5050
steps:
5151
- name: Checkout repository
5252
uses: actions/checkout@v4
53-
with:
54-
path: et
5553

5654
- name: Retrieve kubeconfig
5755
run: |
@@ -63,7 +61,7 @@ jobs:
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
@@ -75,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)