Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneyJackson committed May 24, 2024
1 parent f4348a9 commit 9c75590
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Build test image
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python-3.9.19_Java-11.0.21-tem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Build test image
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python-max_java-max.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Build test image
uses: docker/build-push-action@v4
Expand Down
8 changes: 0 additions & 8 deletions .versionrc

This file was deleted.

3 changes: 3 additions & 0 deletions containers/plcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN addgroup -S my && adduser -S my -G my
# Copy over plcc from downloader stage.
COPY --chown=plcc:plcc . /plcc
ENV PATH="/plcc/src/plcc/bin:${PATH}"
WORKDIR /plcc
RUN ls -la
RUN git status

# Change user to dev.
WORKDIR /workdir
Expand Down

0 comments on commit 9c75590

Please sign in to comment.