File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
44cd ${SCRIPT_DIR} /../source
5- ./gradlew -g ../.gradle distDocker
5+ export GRADLE_USER_HOME=" $( pwd) /../.gradle"
6+ ./gradlew distDocker
67docker tag consensys/teku:develop " ${target_repository} :${target_tag} "
78docker push " ${target_repository} :${target_tag} "
89docker tag consensys/teku:develop " ${target_repository} :${target_tag} -${source_git_commit_hash} "
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ echo "temu commit hash: $(git rev-parse HEAD)"
1212cd ../source
1313
1414# Build using teku's gradle build process
15- ./gradlew -g ../.gradle distDocker
15+ export GRADLE_USER_HOME=" $( pwd) /../.gradle"
16+ ./gradlew distDocker
1617docker tag consensys/teku:develop " ${target_repository} :${target_tag} "
1718docker push " ${target_repository} :${target_tag} "
1819docker tag consensys/teku:develop " ${target_repository} :${target_tag} -${source_git_commit_hash} "
You can’t perform that action at this time.
0 commit comments