1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

rename organization name

This commit is contained in:
Stefan Lankes 2017-06-26 09:56:00 +02:00
parent 1cf823ddc3
commit 68a3d7d40a

View file

@ -24,7 +24,7 @@ notifications:
slack: hermitcore:UtcfeEXkbpx3WyIDK2Wm2beS
after_success:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=rwth-os/hermitcore
- export REPO=rwthos/hermitcore
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
- cd docker
- docker build -f Dockerfile -t $REPO:$COMMIT .