Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4bb64e0

Browse files
author
Chris Yang
committed
try script again
1 parent 4404121 commit 4bb64e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ task:
99
env:
1010
INTEGRATION_TEST_PATH: "./packages/integration_test"
1111
PLUGIN_TOOLS: "dart run ./script/tool/lib/src/main.dart"
12-
BRANCH_NAME: "$(git rev-parse --abbrev-ref HEAD)"
1312
upgrade_script:
1413
- flutter channel stable
1514
- flutter upgrade
@@ -26,6 +25,7 @@ task:
2625
- CIRRUS_BUILD_ID=null pub run test
2726
- name: publishable
2827
script:
28+
- BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
2929
- flutter channel master
3030
- if [[ "$BRANCH_NAME" -eq "check_version" ]]; then
3131
- echo "Running version-check on all packages"

0 commit comments

Comments
 (0)