-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: synchronising ci/cd, linting, nix, scripts
- Loading branch information
1 parent
01ff34a
commit 9ba5699
Showing
17 changed files
with
433 additions
and
252 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Unused atm (jest sets this to `test`) | ||
NODE_ENV=development | ||
|
||
# Debug node modules - https://nodejs.org/api/cli.html#node_debugmodule | ||
# NODE_DEBUG= | ||
|
||
# Debug node native modules - https://nodejs.org/api/cli.html#node_debug_nativemodule | ||
# NODE_DEBUG_NATIVE= | ||
|
||
# Path to container registry authentication file used by `skopeo` | ||
# The file has the same contents as `DOCKER_AUTH_CONFIG` | ||
# Use this command to acquire the auth file at `./tmp/auth.json`: | ||
# ``` | ||
# printf 'PASSWORD' | skopeo login \ | ||
# --username 'USERNAME' \ | ||
# --password-stdin \ | ||
# $CI_REGISTRY_IMAGE \ | ||
# --authfile=./tmp/auth.json | ||
# ``` | ||
# REGISTRY_AUTH_FILE= |
Oops, something went wrong.