We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c564c commit c39b70fCopy full SHA for c39b70f
devops/Jenkinsfile
@@ -217,7 +217,7 @@ pipeline {
217
sh 'cp -Rf ./aws/* ./devops/scripts/aws'
218
sh 'cd ./devops/scripts/;unzip ./docker.zip;unzip ./kubectl.zip;tar -zxvf ./helm-v3.10.3-linux-amd64.tar.gz;mv linux-amd64/helm /usr/local/bin/helm;cd ../../'
219
220
- sh './devops/scripts/build-fedml-docker.sh'
+ //sh './devops/scripts/build-fedml-docker.sh'
221
222
sh 'docker build --network=host -f ./devops/dockerfile/device-image/Dockerfile-Base -t public.ecr.aws/x6k8q1x9/fedml-device-image:base .'
223
0 commit comments