Skip to content

Commit

Permalink
Merge pull request #545 from demarey/patch-1
Browse files Browse the repository at this point in the history
force https in iceberg to make git clone work in CI
  • Loading branch information
Ducasse authored Sep 10, 2021
2 parents 718e7b0 + 317d467 commit c07d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "$OS" == "win" ]; then
REPOSITORY_PATH=$(cygpath $REPOSITORY_PATH --windows)
fi

${PHARO} eval --save "Metacello new baseline: 'PillarApp'; repository: 'gitlocal://${REPOSITORY_PATH}'; load"
${PHARO} eval --save "Iceberg remoteTypeSelector: #httpsUrl. Metacello new baseline: 'PillarApp'; repository: 'gitlocal://${REPOSITORY_PATH}'; load"

${PHARO} eval --save "Deprecation raiseWarning: false."
${PHARO} eval --save "Deprecation showWarning: false."
Expand Down

0 comments on commit c07d67f

Please sign in to comment.