From 70a3b3e93647ed9474e0679e6e2d91b4b06691d4 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 12 Mar 2024 19:58:20 +0300 Subject: [PATCH] bamboo-specs: rm explicit checkout --- bamboo-specs/release.yaml | 13 ------------- bamboo-specs/test.yaml | 3 --- 2 files changed, 16 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 26d39c8fee2..25cdf4b5339 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -59,9 +59,6 @@ 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' @@ -91,9 +88,6 @@ 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; }'\ @@ -130,13 +124,6 @@ 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 || : diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 2d8b1a10920..c65c805236d 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -68,9 +68,6 @@ set -e -f -u -x - # Explicitly checkout the revision that we need. - git checkout "${bamboo.repository.revision.number}" - make\ ARCH="amd64"\ OS="windows darwin linux"\