Skip to content

Commit

Permalink
Testing: build images rucio#2311
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Dec 3, 2020
1 parent e10315d commit dd6991c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration_tests.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
name: Checkout rucio source

with:
path: rucio
- name: Checkout rucio containers repository
uses: actions/checkout@v2
with:
Expand All @@ -22,9 +23,9 @@ jobs:
run: |
pwd
ls -la
sed -i "s/RUN git clone .*/COPY ..\/rucio \/tmp\/rucio/" $GITHUB_WORKSPACE/containers/dev/Dockerfile_py3
sed -i "s/RUN git clone .*/COPY ..\/rucio* \/tmp\/rucio/" $GITHUB_WORKSPACE/containers/dev/Dockerfile_py3
cat $GITHUB_WORKSPACE/containers/dev/Dockerfile_py3
# docker build -t rucio-dev -f $GITHUB_WORKSPACE/containers/Dockerfile_py3 $GITHUB_WORKSPACE/containers
docker build -t rucio-dev -f $GITHUB_WORKSPACE/containers/dev/Dockerfile_py3 $GITHUB_WORKSPACE
# - name: Start containers
# run: docker-compose -f etc/docker/dev/docker-compose-integration-test.yml up -d
# - name: Initialize tests
Expand Down

0 comments on commit dd6991c

Please sign in to comment.