Skip to content

Commit

Permalink
Trying https over acng won't work, so don't try
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Jan 3, 2024
1 parent eabe749 commit 1a52567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/builds-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
- VER=$(cat products/srpm/version)
- VERSHORT=${VER#*-}
script:
- https_proxy="$ACNG" http_proxy="$ACNG" build --no-checks --clean -debug --dist sl$DVER --repo https://download.opensuse.org/distribution/leap/$DVER/repo/oss --define "revision $VERSHORT" products/srpm/eid-mw-*.src.rpm
- build --no-checks --clean -debug --dist sl$DVER --repo https://download.opensuse.org/distribution/leap/$DVER/repo/oss --define "revision $VERSHORT" products/srpm/eid-mw-*.src.rpm
after_script:
- mkdir -p products/$DIST-$DVER-$ARCH
- mv /var/tmp/build-root/home/abuild/rpmbuild/RPMS/*/*rpm products/$DIST-$DVER-$ARCH/
Expand Down

0 comments on commit 1a52567

Please sign in to comment.