We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd59f2 commit 39d77a3Copy full SHA for 39d77a3
.github/workflows/packaging-pipeline.yml
@@ -160,7 +160,7 @@ jobs:
160
echo "BUILD_ID=$(ci/generate_version_number.py)" >> ${GITHUB_ENV}
161
162
- name: Build Docker image
163
- run:
+ run: |
164
export OPENCUE_PROTO_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_proto_path }}"
165
export OPENCUE_PYCUE_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_pycue_path }}"
166
export OPENCUE_PYOUTLINE_PACKAGE_PATH="${{ needs.build_opencue_packages.outputs.opencue_pyoutline_path }}"
0 commit comments