-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix sims nightly and tests nightly (#1446)
- Loading branch information
1 parent
07cc14f
commit 91e79f8
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
all: regen-env | ||
|
||
regen-env: regen-rmi | ||
docker build --tag regenledger/regen-env -f regen-env/Dockerfile \ | ||
docker build --tag regen-ledger/regen-env -f regen-env/Dockerfile \ | ||
$(shell git rev-parse --show-toplevel) | ||
|
||
regen-rmi: | ||
docker rmi regenledger/regen-env 2>/dev/null; true | ||
docker rmi regen-ledger/regen-env 2>/dev/null; true | ||
|
||
.PHONY: all regen-env regen-rmi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters