File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 --version ${{ matrix.common_version }}\
120120 --push NO
121121
122- - name : Build base1 system wrapper Conan packages
122+ - name : Build base1 system wrapper and level 1 Conan packages
123123 run : |
124124 set -ex
125125 pipenv run aswfdocker \
@@ -129,19 +129,6 @@ jobs:
129129 build \
130130 --ci-image-type PACKAGE \
131131 --group base1-wrappers \
132- --version ${{ matrix.version_noclang }} \
133- --use-conan \
134- --build-missing
135-
136- - name : Build base1 level 1 Conan packages
137- run : |
138- set -ex
139- pipenv run aswfdocker \
140- --repo-uri $GITHUB_REPOSITORY \
141- --source-branch $GITHUB_REF \
142- --verbose \
143- build \
144- --ci-image-type PACKAGE \
145132 --group base1-1 \
146133 --version ${{ matrix.version_noclang }} \
147134 --use-conan \
You can’t perform that action at this time.
0 commit comments