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 7a6fddf commit 5bf2f57Copy full SHA for 5bf2f57
.github/workflows/nightly-build.yml
@@ -105,9 +105,9 @@ jobs:
105
106
# ------ Test the latest changes before merging ------
107
# TODO: Remove the following a few lines after the test
108
+ let assets = []
109
git fetch origin
- if ((git branch -r) =~ feature/latest) {
110
- let assets = []
+ if ((git branch -r) =~ feature/latest) and ($assets | is-not-empty) {
111
print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
112
print $assets
113
git checkout origin/feature/latest ...$assets
0 commit comments