Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex authored Mar 28, 2023
1 parent 10c564c commit c39b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pipeline {
sh 'cp -Rf ./aws/* ./devops/scripts/aws'
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 ../../'

sh './devops/scripts/build-fedml-docker.sh'
//sh './devops/scripts/build-fedml-docker.sh'

sh 'docker build --network=host -f ./devops/dockerfile/device-image/Dockerfile-Base -t public.ecr.aws/x6k8q1x9/fedml-device-image:base .'

Expand Down

0 comments on commit c39b70f

Please sign in to comment.