We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd79e96 commit d4847ccCopy full SHA for d4847cc
.github/scripts/version
@@ -5,10 +5,10 @@ set -e
5
TZ=UTC
6
7
# Verify clean tree
8
-[ -z "$(git status --porcelain -- ':!root-config')" ]
+[ -z "$(git status --porcelain)" ]
9
10
# Check that we are on main
11
-[ "$(git branch --show-current)" = main ]
+[ "$(git branch --show-current)" = "jeev/ci" ]
12
13
# Prints version in the following format: <DAY>.<COMMIT#>_<SHA>
14
# From docker docs: A tag name may contain lowercase and uppercase characters, digits,
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
- branches: ["maestro"]
+ # branches: ["maestro"]
env:
CARGO_TERM_COLOR: always
0 commit comments