Skip to content

Commit

Permalink
Merge pull request #3447 from nalind/release-1.22-post
Browse files Browse the repository at this point in the history
[release-1.22] post-branch commit
  • Loading branch information
rhatdan authored Aug 12, 2021
2 parents 71b8003 + 357ccce commit 98960f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
#### Global variables used for all tasks
####
# Name of the ultimate destination branch for this CI run, PR or post-merge.
DEST_BRANCH: "main"
DEST_BRANCH: "release-1.22"
GOPATH: "/var/tmp/go"
GOSRC: "${GOPATH}/src/github.com/containers/buildah"
# Overrides default location (/tmp/cirrus) for repo clone
Expand Down
2 changes: 1 addition & 1 deletion tests/validate/git-validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -z "$(type -P git-validation)" ]]; then
exit 1
fi

GITVALIDATE_EPOCH="${GITVALIDATE_EPOCH:-1f8bf4dba27d9a157f966dad3a1e0f58091091d8}"
GITVALIDATE_EPOCH="${GITVALIDATE_EPOCH:-e6ea308d6de1724a0ead3e08517a5e365461b275}"

OUTPUT_OPTIONS="-q"
if [[ "$CI" == 'true' ]]; then
Expand Down

0 comments on commit 98960f2

Please sign in to comment.