1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 08:33:43 +00:00

testing new setup

This commit is contained in:
Joseph Flinn
2021-02-02 12:14:33 -08:00
parent 52a76bda5c
commit 4ee0675d36
2 changed files with 136 additions and 4 deletions

View File

@@ -36,12 +36,11 @@ jobs:
id: gen_vars
shell: pwsh
run: |
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$build_num = [int]$env:GITHUB_RUN_NUMBER
$adj_build_num = $build_num + 3000
repo_url="https://github.com/${{ env.GITHUB_REPOSITORY }}.git"
build_num=$(${{ env.GITHUB_RUN_NUMBER }} + 3000)
echo "::set-output name=repo_url::$repo_url"
echo "::set-output name=adj_build_number::$adj_build_num"
echo "::set-output name=adj_build_number::$build_num"
cli: