Skip to content
Snippets Groups Projects

Draft: Switch release scripts to python-gitlab

Open Walter Lozano requested to merge wip/wlozano/python-gitlab-release into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@
## INFO
# Script should be run from the apertis-infrastructure/release-scripts
set -e
set -eu
BASEDIR=`dirname $0`
Loading