Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Mitrofanov <nikolay.mitrofanov@flant.com>
  • Loading branch information
name212 committed Sep 9, 2024
1 parent eaea07b commit b12b83b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ mount:
shell:
install:
- set -x
- export GO_VERSION=${GOLANG_VERSION}
- export GOPROXY={{ $.GOPROXY }}
- export VERSION="0.1.0"
- mkdir -p /dynamix /dynamix/dynamix-csi-driver/src
- echo "Hello, world!"
- echo "Hello, world! {{ $.CLOUD_PROVIDERS_SOURCE_REPO }}"
- git clone --depth 1 --branch main {{ $.CLOUD_PROVIDERS_SOURCE_REPO }}/dynamix/dynamix-common /dynamix/dynamix-csi-driver/src
- echo "Git clone $?"
- ls -lhR /dynamix
Expand Down

0 comments on commit b12b83b

Please sign in to comment.