Skip to content

Commit

Permalink
removed rebar download from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Oct 24, 2024
1 parent b5da08e commit 7ae05ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ pipeline {
config/make_dog_start.sh
sed -i "s/.* %% relflow-release-version-marker/\\"$dog_env-$BUILD_ID\\" %% relflow-release-version-marker/g" rebar.config
sed -i "s/NOT_SET/$dog_env-$BUILD_ID/"g config/sys.config.etc
rm -f rebar3
wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
#rm -f rebar3
#wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
./rebar3 as \$dog_env tar
mv _build/*/rel/dog/dog-\$dog_env-\$BUILD_ID.tar.gz \$dog_env-\$BUILD_ID.\$build_suffix.tar.gz
"""
Expand Down

0 comments on commit 7ae05ec

Please sign in to comment.