Skip to content

Commit 39d77a3

Browse files
committed
[CI/CD] Update Docker image build script syntax in packaging pipeline
1 parent ebd59f2 commit 39d77a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo "BUILD_ID=$(ci/generate_version_number.py)" >> ${GITHUB_ENV}
161161
162162
- name: Build Docker image
163-
run:
163+
run: |
164164
export OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_proto_path }}"
165165
export OPENCUE_PYCUE_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_pycue_path }}"
166166
export OPENCUE_PYOUTLINE_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_pyoutline_path }}"

0 commit comments

Comments
 (0)