Skip to content
Snippets Groups Projects
Commit 075d1879 authored by nimrod's avatar nimrod
Browse files

Strict direnv has consequences.

parent 315c3a47
No related branches found
No related tags found
No related merge requests found
# shellcheck shell=bash disable=SC1091 # shellcheck shell=bash disable=SC1091
# vim: ft=sh # vim: ft=sh
source_up source_up || true
[ ! -f .envrc.private ] || . .envrc.private [ ! -f .envrc.private ] || . .envrc.private
# shellcheck shell=bash disable=SC1091 # shellcheck shell=bash disable=SC1091
# vim: ft=sh # vim: ft=sh
source_up source_up || true
export AWS_DEFAULT_PROFILE=schoolinks export AWS_DEFAULT_PROFILE=schoolinks
export AWS_PROFILE=schoolinks export AWS_PROFILE=schoolinks
export COMPOSE_FILE='docker-compose.local.yml' export COMPOSE_FILE='docker-compose.local.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment