Skip to content

Commit

Permalink
bamboo-specs: revert release
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 12, 2024
1 parent 70a3b3e commit f99c726
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bamboo-specs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
set -e -f -u -x
# Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}"
make js-deps js-build
'artifacts':
- 'name': 'AdGuardHome frontend'
Expand Down Expand Up @@ -88,6 +91,9 @@
set -e -f -u -x
# Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}"
# Run the build with the specified channel.
echo "${bamboo.gpgSecretKeyPart1}${bamboo.gpgSecretKeyPart2}"\
| awk '{ gsub(/\\n/, "\n"); print; }'\
Expand Down Expand Up @@ -124,6 +130,13 @@
set -e -f -u -x
COMMIT="${bamboo.repository.revision.number}"
export COMMIT
readonly COMMIT
# Explicitly checkout the revision that we need.
git checkout "$COMMIT"
# Install Qemu, create builder.
docker version -f '{{ .Server.Experimental }}'
docker buildx rm buildx-builder || :
Expand Down

0 comments on commit f99c726

Please sign in to comment.