Skip to content

Commit

Permalink
fix merge conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed May 3, 2023
1 parent d8e8057 commit 8795660
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ jobs:
run: |
echo "Verify that twine is installed"
docker run --rm opendatacube/datacube-tests:latest twine --version
<<<<<<< HEAD
=======
>>>>>>> d6b62081 (combine docker build actions into main workflow)
echo "Run tests"
cat <<EOF | docker run --rm -i -v $(pwd):/code ${{ env.DOCKER_IMAGE }} bash -
pip install -e /code/tests/drivers/fail_drivers --no-deps
Expand All @@ -92,15 +89,7 @@ jobs:
tests \
integration_tests
EOF
- name: DockerHub Push
if: steps.changes.outputs.docker == 'true'
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ env.DOCKER_IMAGE }}
<<<<<<< HEAD
- name: DockerHub Push
if: |
github.event_name == 'push'
Expand All @@ -113,8 +102,6 @@ jobs:
push: true
tags: ${{env.DOCKER_IMAGE}}

=======
>>>>>>> d6b62081 (combine docker build actions into main workflow)
- name: Build Packages
run: |
cat <<EOF | docker run --rm -i \
Expand All @@ -125,10 +112,6 @@ jobs:
ls -lh ./dist/
twine check ./dist/*
EOF
<<<<<<< HEAD

=======
>>>>>>> d6b62081 (combine docker build actions into main workflow)
- name: Publish to PyPi
if: |
github.event_name == 'push'
Expand Down

0 comments on commit 8795660

Please sign in to comment.