Skip to content

Commit 6ab42e7

Browse files
committed
fix: workspace paths.
Signed-off-by: Alexander Cristurean <[email protected]>
1 parent 371b73f commit 6ab42e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/infra/provision-ocp-aws.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ spec:
8181
valueFrom:
8282
fieldRef:
8383
fieldPath: metadata.namespace
84-
image: quay.io/kuadrant/testsuite-pipelines-tools:latest
85-
imagePullPolicy: IfNotPresent
84+
image: quay.io/kuadrant/testsuite-pipelines-tools:dev
85+
imagePullPolicy: Always
8686
name: provision-aws-ocp
8787
volumeMounts:
8888
- name: pull-secret-volume
@@ -141,7 +141,7 @@ spec:
141141
fi
142142
143143
echo "Successfully retrieved cluster credentials"
144-
mv $(params.cluster-name) shared-workspace
144+
mv $(params.cluster-name) /workspace/shared-workspace
145145
146146
# Create secret with cluster credentials (delete if exists first)
147147
echo -n "$(params.cluster-name)-credentials" | tee $(results.credentials-secret.path)

0 commit comments

Comments
 (0)