Skip to content
Snippets Groups Projects
Commit 04b3315e authored by Matthew Bradburn's avatar Matthew Bradburn
Browse files

Attempt work-around for flaky pipeline

parent 294c8d97
Branches
Tags
No related merge requests found
#!/usr/bin/env bash
set -eo pipefail
LATEST_STABLE_TAG=$(git -c versionsort.prereleaseSuffix="-rc" tag -l "v*.*.*" --sort=-v:refname | awk '!/rc/' | head -n 1)
LATEST_STABLE_TAG=$(git -c versionsort.suffix="-rc" tag -l "v*.*.*" --sort=-v:refname | awk '!/rc/' | head -n 1)
echo "Latest stable tag is: ${LATEST_STABLE_TAG}"
set -eo pipefail
__aws_s3_sync() {
local source="$1"
local target="$2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment