Skip to content

Commit

Permalink
Load secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Mar 20, 2024
1 parent 3d7c8ef commit 392bab7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/local/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ upload() {
}

upload_github() {
source ${SECRETS_DIR}/env-snapshots
gh release upload ${WORKRAVE_GIT_TAG} ${DEPLOY_DIR}/${GIT_TAG}/*.AppImage
}

Expand Down Expand Up @@ -224,12 +225,12 @@ export DOCKER_IMAGE="ubuntu-mantic"
setup
run_docker_appimage
env
# run_docker_ppa
run_docker_ppa

# if [ -n "$BUILD_DEB" ]; then
# echo Build all debian packages.
# run_docker_deb
# fi
if [ -n "$BUILD_DEB" ]; then
echo Build all debian packages.
run_docker_deb
fi

# generate_blog
if [ -z "${DRYRUN}" ]; then
Expand Down

0 comments on commit 392bab7

Please sign in to comment.