File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ echo "${MPDEV_CHECKSUM_NO_RENOVATE} ${MPDEV_VERSION}.tar.gz" | sha256sum -c
2727tar -xf ${MPDEV_VERSION} .tar.gz
2828mv marketplace-k8s-app-tools-${MPDEV_VERSION} /scripts/dev ${BASE_FOLDER} /mpdev
2929chmod +x ${BASE_FOLDER} /mpdev
30+ ls -la ${BASE_FOLDER} /mpdev
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ jobs:
109109 env :
110110 DOCKER_GCLOUD_SA_KEY : ${{ fromJSON(steps.secrets.outputs.vault).DOCKER_GCLOUD_SA_KEY }}
111111 run : |
112+ export PATH="${BASE_FOLDER}:${PATH}"
112113 echo ${DOCKER_GCLOUD_SA_KEY} | base64 -d > /tmp/key.json
113114 gcloud auth activate-service-account cirrusciservice@sonarqube-marketplace-provider.iam.gserviceaccount.com --key-file /tmp/key.json --project=sonarqube-marketplace-provider
114115 gcloud auth configure-docker gcr.io --quiet
You can’t perform that action at this time.
0 commit comments