Skip to content

Commit

Permalink
amazon build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Feb 9, 2024
1 parent 86b12bd commit b80879d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:


amazon2023:

needs: [centos7]
runs-on: ubuntu-latest
steps:
- name: checkout dxtoolkit code
Expand Down
1 change: 1 addition & 0 deletions build/amazon2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN mkdir -p /github/workspace
RUN mkdir -p /github/home
RUN mkdir -p /github/workflow
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /github/workspace

ENTRYPOINT ["/entrypoint.sh"]
Empty file modified build/amazon2023/entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit b80879d

Please sign in to comment.