mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Remove travis configuration
This commit is contained in:
parent
cc97e21cce
commit
0750a472bf
15
.travis.yml
15
.travis.yml
@ -1,15 +0,0 @@
|
||||
language: minimal
|
||||
|
||||
env:
|
||||
- IMAGE_NAME=jkz0/qemu
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
script: docker build -t $IMAGE_NAME .
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
script: .travis/deploy-docker-hub
|
||||
on:
|
||||
tags: true
|
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
echo $DOCKER_HUB_PASSWORD | docker login -u $DOCKER_HUB_USER --password-stdin
|
||||
docker tag $IMAGE_NAME $IMAGE_NAME:latest
|
||||
docker tag $IMAGE_NAME $IMAGE_NAME:$TRAVIS_TAG
|
||||
docker push $IMAGE_NAME:latest
|
||||
docker push $IMAGE_NAME:$TRAVIS_TAG
|
Loading…
Reference in New Issue
Block a user