Skip to content

Commit

Permalink
Fixed sed argument in initialize.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Mar 6, 2024
1 parent 636eca5 commit f2f0bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
mv template_README.md README.md
# Replaces the template repository name in the docker config file with the new one
- name: Update docker-compose.yml
- name: Update docker-compose.yaml
working-directory: ./nomad-oasis_files
run: |
sed -i "s|FAIRMAT_NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml
sed -i "s|FAIRmat_NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml
zip -r nomad-oasis.zip nomad-oasis
# Deletes this workflow file to prevent it from running on branch creation
Expand Down
5 changes: 5 additions & 0 deletions template_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ customize it through [adding plugins](#adding-a-plugin).
> packages and after that set this package public.
> You can read more about this in the GitHub docs [here](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility).
> [!TIP]
> In order for you others to find and learn from your distribution we in FAIRmat would
> greatly appreciate it if you would add the topic `nomad-distribution` by clicking the
> ⚙️ next to "About" on the main GitHub page for this repository.
## Deploying the image

To deploy this NOMAD Oasis image you should follow the instructions on
Expand Down

0 comments on commit f2f0bbb

Please sign in to comment.