Skip to content

Commit

Permalink
Update tiny-file-grouper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
132ikl committed Jan 28, 2020
1 parent f2951c7 commit b43d514
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dist: bionic
jobs:
include:
- stage: build
script: ./build-scripts/build_component.sh opencv http://ikl.sh:5000/cigroup/ travis $TFG_PASSWORD DOCKER
script: ./build-scripts/build_component.sh opencv http://tf.ikl.sh/opsi_armhf/ travis $TFG_PASSWORD DOCKER
cache:
directories:
- cache
- stage: build
script: ./build-scripts/build_component.sh python_packages http://ikl.sh:5000/cigroup/ travis $TFG_PASSWORD
script: ./build-scripts/build_component.sh python_packages http://tf.ikl.sh/opsi_armhf/ travis $TFG_PASSWORD
addons:
apt:
update: true
Expand All @@ -25,7 +25,7 @@ jobs:
before_install:
- pip3 install --user stdeb
- stage: build
script: ./build-scripts/build_component.sh opensight_deb http://ikl.sh:5000/cigroup/ travis $TFG_PASSWORD
script: ./build-scripts/build_component.sh opensight_deb http://tf.ikl.sh/opsi_armhf/ travis $TFG_PASSWORD
addons:
apt:
update: true
Expand All @@ -35,14 +35,14 @@ jobs:
- dh-systemd
- fakeroot
- stage: build
script: ./build-scripts/build_component.sh misc http://ikl.sh:5000/cigroup/ travis $TFG_PASSWORD
script: ./build-scripts/build_component.sh misc http://tf.ikl.sh/opsi_armhf/ travis $TFG_PASSWORD
addons:
apt:
update: true
packages:
- curl
- stage: build
script: ./build-scripts/build_component.sh opensight_server_deb http://ikl.sh:5000/cigroup/ travis $TFG_PASSWORD
script: ./build-scripts/build_component.sh opensight_server_deb http://tf.ikl.sh/opsi_armhf/ travis $TFG_PASSWORD
addons:
apt:
update: true
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/create_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
mkdir -p packages/deps
mkdir -p build
if [ "$USING_TRAVIS" -eq "1" ]; then
curl -c /dev/null --digest -u travis:$TFG_PASSWORD http://ikl.sh:5000/download/cigroup --output opsi-packages-$date.tar.gz
curl -c /dev/null --digest -u travis:$TFG_PASSWORD http://tf.ikl.sh/download/opsi_armhf --output opsi-packages-$date.tar.gz
tar xf opsi-packages-$date.tar.gz -C packages/
rm opsi-packages-$date.tar.gz
fi
Expand Down

0 comments on commit b43d514

Please sign in to comment.