Skip to content
Snippets Groups Projects

Memory and port config (closes #2)

Merged Michelle Weidling requested to merge memory-and-port-config into develop
Files
4
+ 1
17
@@ -72,20 +72,4 @@ generic:
- wget --no-check-certificate "https://res.de.dariah.eu/scripts/push-to-aptly.sh"
- chmod +x push-to-aptly.sh
- ./push-to-aptly.sh
architrave:
stage: deploy
allow_failure: true
script:
- ls build/*
- if [ -d build/expkg-sade/ ]; then rm -r build/expkg-sade/; fi
- ant -f architrave.xml artifact-cleanup
- ant -f architrave.xml
- ant -f architrave.xml build-debian-package
- ls build/*.deb
- export DEB_FILE="$(ls build/*.deb)"
- export DEB_NAME="sade-${CI_JOB_NAME}-${CI_JOB_ID}"
- export APTLY_REPO="indy-snapshots"
- wget --no-check-certificate "https://res.de.dariah.eu/scripts/push-to-aptly.sh"
- chmod +x push-to-aptly.sh
- ./push-to-aptly.sh
\ No newline at end of file
Loading