-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release 0.1.0 * modifying makefile to generate all installation files
- Loading branch information
1 parent
98f915b
commit 1a1e72b
Showing
8 changed files
with
319 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
export OPERATOR_TAG=0.0.2.0 | ||
export INIT_CONTAINER_TAG=0.0.2.0 | ||
export SIDECAR_TAG=0.0.2.0 | ||
export NETCORE_SAMPLE_TAG=0.0.1.2 | ||
export OPENARENA_SAMPLE_TAG=0.0.1.2 | ||
export OPERATOR_TAG=0.1.0 | ||
export INIT_CONTAINER_TAG=0.1.0 | ||
export SIDECAR_TAG=0.1.0 | ||
export NETCORE_SAMPLE_TAG=0.1.0 | ||
export OPENARENA_SAMPLE_TAG=0.1.0 |
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
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
Oops, something went wrong.