Skip to content

Commit

Permalink
build: skip url setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 29, 2024
1 parent b3bff80 commit cd7f3ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
REPOSITORY_NAME: nmrxiv
REPOSITORY_NAMESPACE: nfdi4chem
DEV_URL: https://dev.nmrxiv.org

jobs:
# php-unit-test:
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
needs: php-unit-test
environment:
name: Dev
url: ${{ env.DEV_URL }}
steps:
# Checkout code
- name: Checkout
Expand Down

0 comments on commit cd7f3ad

Please # to comment.