Skip to content

Commit

Permalink
Fix path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 10, 2023
1 parent 7aa7ad6 commit 9085b6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/images/Dockerfile.python-toolset
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ USER root

# Add scripts
COPY build/images/scripts/build.sh /usr/local/bin/build-python
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.1/build/images/scripts/cache-build.sh /usr/local/bin/cache-build
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.1/build/images/scripts/copy-build-if-cached.sh /usr/local/bin/copy-build-if-cached
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.1/build/images/scripts/copy-artifacts.sh /usr/local/bin/copy-artifacts
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/build/images/scripts/cache-build.sh /usr/local/bin/cache-build
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/build/images/scripts/copy-build-if-cached.sh /usr/local/bin/copy-build-if-cached
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0/build/images/scripts/copy-artifacts.sh /usr/local/bin/copy-artifacts
RUN chmod +x /usr/local/bin/build-python && \
chmod +x /usr/local/bin/cache-build && \
chmod +x /usr/local/bin/copy-build-if-cached && \
Expand Down

0 comments on commit 9085b6b

Please sign in to comment.