Skip to content

Commit fae9c29

Browse files
committed
Avoid duplicating the qualifier switch
1 parent 81c21ea commit fae9c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ test-vscode-extension:
142142

143143
# Run VSCode extension tests
144144
- echo -e "\e[0Ksection_start:`date +%s`:test_vscode[collapsed=true]\r\e[0Kanod test vscode-extension"
145-
- anod test vscode-extension --qualifier=$ACI_TRACK_QUALIFIER --minimal
145+
- anod test vscode-extension $ACI_TRACK_QUALIFIER --minimal
146146

147147
- VSCODE_BUILD_SPACE=$(anod info test vscode-extension $ACI_TRACK_QUALIFIER --show working_dir)
148148
- echo -e "\e[0Ksection_end:`date +%s`:test_vscode\r\e[0K"

0 commit comments

Comments
 (0)