Skip to content

Commit e45a69d

Browse files
Fixes
1 parent cbdc93b commit e45a69d

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.cirrus.star

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/scripts/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ echo "${MPDEV_CHECKSUM_NO_RENOVATE} ${MPDEV_VERSION}.tar.gz" | sha256sum -c
2727
tar -xf ${MPDEV_VERSION}.tar.gz
2828
mv marketplace-k8s-app-tools-${MPDEV_VERSION}/scripts/dev ${BASE_FOLDER}/mpdev
2929
chmod +x ${BASE_FOLDER}/mpdev
30+
ls -la ${BASE_FOLDER}/mpdev

.github/workflows/gcp-marketplace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)