Commit 3950c2d 1 parent 702b9da commit 3950c2d Copy full SHA for 3950c2d
File tree 1 file changed +2
-2
lines changed
platform-operator/helm-pod
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ artifacttype=$1
8
8
cd ../../
9
9
10
10
if [ " $artifacttype " = " latest" ]; then
11
- export GO111MODULE=on; export GOOS=linux; go build .
11
+ # export GO111MODULE=on; export GOOS=linux; go build .
12
12
docker build --no-cache -t gcr.io/cloudark-kubeplus/helm-pod:latest -f ./platform-operator/helm-pod/Dockerfile .
13
13
fi
14
14
15
15
if [ " $artifacttype " = " versioned" ]; then
16
16
version=` tail -1 versions.txt`
17
17
echo " Building version $version "
18
- export GO111MODULE=on; export GOOS=linux; go build .
18
+ # export GO111MODULE=on; export GOOS=linux; go build .
19
19
docker build -t gcr.io/cloudark-kubeplus/helm-pod:$version ./platform-operator/helm-pod/Dockerfile .
20
20
docker push gcr.io/cloudark-kubeplus/helm-pod:$version
21
21
fi
You can’t perform that action at this time.
0 commit comments