Skip to content

Commit

Permalink
Merge pull request #135 from CIROH-UA/arm_build
Browse files Browse the repository at this point in the history
Arm build
  • Loading branch information
JordanLaserGit authored Oct 16, 2024
2 parents 574a2ed + 56f24fd commit e508af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research_datastream/terraform/test/docker_loginNpush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKERHUB_USERNAME="awiciroh"

if [ "$(echo $DOCKERHUB_TOKEN | docker login -u $DOCKERHUB_USERNAME --password-stdin)" == "Login Succeeded" ]; then
echo "Docker login successful"
/home/ec2-user/ngen-datstream/scripts/docker_builds.sh -p >> /home/ec2-user/ngen-datstream/docker_build_log.txt
/home/ec2-user/ngen-datastream/scripts/docker_builds.sh -p >> /home/ec2-user/ngen-datastream/docker_build_log.txt
echo "Push complete"
else
echo "Docker login failed"
Expand Down

0 comments on commit e508af3

Please sign in to comment.