remove legacy gitlab and shell files
This commit is contained in:
parent
3a042155af
commit
79e77148f7
5 changed files with 11 additions and 38 deletions
8
.envrc
Normal file
8
.envrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
if [[ $(type -t use_flake) != function ]]; then
|
||||
echo "ERROR: direnv's use_flake function missing. update direnv to v2.30.0 or later." && exit 1
|
||||
fi
|
||||
#export BOT_ENV_FILE=./dev.env
|
||||
export BOT_CONFIG_FILE=config.json
|
||||
use flake
|
||||
dotenv
|
||||
Loading…
Add table
Add a link
Reference in a new issue