Skip to content

Commit

Permalink
move system to _system
Browse files Browse the repository at this point in the history
  • Loading branch information
relvacode committed May 28, 2018
1 parent 5e7d5b4 commit e10e6e5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*/env
globals
oauth/oauth2_proxy.cfg
oauth/users/emails.txt
ssl/traefik/traefik.toml
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions system/.zshrc → _system/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ compose () {
stack="${1}"
shift
set -a
source ${COMPOSE_BASE}/globals

if [[ -a ${COMPOSE_BASE}/${stack}/env ]]
then
source ${COMPOSE_BASE}/${stack}/env
fi
set +a

(set -a && cd ${COMPOSE_BASE}/${stack} && docker-compose $@)
}
2 changes: 0 additions & 2 deletions globals

This file was deleted.

0 comments on commit e10e6e5

Please sign in to comment.