Skip to content

Commit

Permalink
Add creation of release directory to make script
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen committed Apr 12, 2021
1 parent dc46f82 commit 9bdff9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
# Script to export a release
set -e
mkdir -p release
REMOTE_SET_COMMITCHAIN="$(space /_remote_plumbing/set_commit_chain/ -e SPACE_MUTE_EXIT_MESSAGE=1 -d)"
REMOTE_ACQUIRE_LOCK="$(space /_remote_plumbing/acquire_lock/ -e SPACE_MUTE_EXIT_MESSAGE=1 -d)"
REMOTE_RELEASE_LOCK="$(space /_remote_plumbing/release_lock/ -e SPACE_MUTE_EXIT_MESSAGE=1 -d)"
Expand Down

0 comments on commit 9bdff9d

Please sign in to comment.