Skip to content

Commit

Permalink
TODO: Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2023
1 parent b71875d commit 052004f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/ci-runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ TEST_OS=$1
RELEASES=$(curl -sf https://api.github.com/repos/mullvad/mullvadvpn-app/releases | jq -r '[.[] | select(((.tag_name|(startswith("android") or startswith("ios"))) | not))]')
OLD_APP_VERSION=$(jq -r '[.[] | select(.prerelease==false)] | .[0].tag_name' <<<"$RELEASES")

NEW_APP_VERSION=$(cargo run -q --manifest-path="$APP_DIR/Cargo.toml" --bin mullvad-version)
commit=$(git rev-parse HEAD^\{commit\})
# NEW_APP_VERSION=$(cargo run -q --manifest-path="$APP_DIR/Cargo.toml" --bin mullvad-version)
# commit=$(git rev-parse origin/main)
# commit=${commit:0:6}
#
commit=$(git rev-parse origin/main)
commit=${commit:0:6}
NEW_APP_VERSION=2023.5-dev-$commit

TAG=$(git describe --exact-match HEAD 2>/dev/null || echo "")

Expand Down

0 comments on commit 052004f

Please sign in to comment.