Skip to content

Commit

Permalink
Merge pull request #56126 from code-dot-org/pablo-code-org-patch-10
Browse files Browse the repository at this point in the history
Update ci_pipeline.yml
  • Loading branch information
pablo-code-org committed Jan 30, 2024
2 parents 430b323 + c64954e commit 4d35f57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
uses: actions/checkout@v2
with:
path: code-dot-org

- name: Prepare entrypoint script
run: cp ./code-dot-org/docker/dockerfiles/entrypoint.sh ./code-dot-org/

- name: Set up Docker Environment
run: docker build -t code-dot-org-testing-docker-image -f ./code-dot-org/docker/dockerfiles/Dockerfile ./code-dot-org

- name: Debugging Directories and Files in Docker
run: |
- name: Debugging Directories and Files in Docker as User CircleCI
run: |
echo "Debugging / Directory as circleci"
Expand Down

0 comments on commit 4d35f57

Please sign in to comment.