Skip to content

Commit

Permalink
debug output for autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Aug 13, 2022
1 parent 12ac56d commit 1c667e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
git describe --dirty --tags --long --match '*[0-9]*'
export AUTOBUILD_VARIABLES_FILE="${HOME}/build-variables/variables"
autobuild build -A64
autobuild -d build -A64
git status
git describe --dirty --tags --long --match '*[0-9]*'
autobuild package -A64
autobuild -d package -A64
# Hopefully autobuild only produces a single package
mv *.tar.bz2 package.tar.bz2
# Put the md5 hash in the filename to make it less annoying to add to `autobuild.xml`s
Expand Down

0 comments on commit 1c667e9

Please sign in to comment.