Skip to content

Commit

Permalink
fix git:// in build and unit test of notification
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Yadav <[email protected]>
  • Loading branch information
vivek-yadav committed Mar 15, 2022
1 parent 6e6b08c commit d2e02fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ steps:
- label: "[unit] notifications-service"
command:
- cd components/notifications-service/server
- git config --global url."https://github.com/".insteadOf git://github.com/
- make static unit
timeout_in_minutes: 10
retry:
Expand Down
1 change: 1 addition & 0 deletions components/notifications-service/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ do_prepare() {

do_build() {
pushd "${CACHE_PATH}/server" > /dev/null
git config --global url."https://github.com/".insteadOf git://github.com/
MIX_ENV=habitat mix do deps.get, release
popd > /dev/null
TARGET="${CACHE_PATH}/server/_habitat_build/habitat/rel/notifications"
Expand Down

0 comments on commit d2e02fc

Please sign in to comment.