Skip to content

Commit

Permalink
Test use of env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 13, 2024
1 parent 948f28c commit c226226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- run: chmod -R 777 data # user in container is node which won't have write access to public

- run: git clone https://github.com/skohub-io/skohub-docker-vocabs.git data/ # <-- add link to your repo here
- run: git clone https://github.com/$GITHUB_REPOSITORY.git data/ # <-- add link to your repo here

- name: make .env file

Expand All @@ -120,7 +120,7 @@ jobs:
-v $(pwd)/public:/app/public
-v $(pwd)/data:/app/data
-v $(pwd)/.env:/app/.env
-e GATSBY_RESPOSITORY_URL=https://github.com/skohub-io/skohub-docker-vocabs.git
-e GATSBY_RESPOSITORY_URL=https://github.com/$GITHUB_REPOSITORY.git
skohub/skohub-vocabs-docker:latest
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion colors.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

colour: a skos:ConceptScheme ;
dct:title "Colour Vocabulary"@en, "Farbvokabular"@de ;
dct:title "Colour Vocabulary"@en, "Farbvokabular geändert"@de ;
dct:creator "Hans Dampf"@de ;
dct:created "2021-11-02"^^xsd:date ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
Expand Down

0 comments on commit c226226

Please sign in to comment.