Skip to content

Commit

Permalink
build: move Mage files to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hughes committed Mar 16, 2022
1 parent 8d0516c commit 90aa6ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- checkout
- run:
name: Build Source
command: go run mage.go build:source
command: go run ./magefiles/mage.go build:source

unit-test:
parameters:
Expand All @@ -79,7 +79,7 @@ jobs:
- checkout
- run:
name: Run Unit Tests
command: go run mage.go cover:unit cover.out
command: go run ./magefiles/mage.go cover:unit cover.out
- codecov/upload:
file: cover.out

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ To get the siftool CLI program installed to `$(go env GOPATH)/bin` to manipulate
```sh
git clone https://github.com/sylabs/sif
cd sif
go run mage.go install
go run ./magefiles/mage.go install
```

## Go Version Compatibility
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 90aa6ec

Please sign in to comment.