Minor tweeking

This commit is contained in:
Deon George 2018-09-03 09:28:02 +10:00
parent 25fb0567df
commit f22ef035cc
4 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,7 @@ image: docker:latest
stages:
- test
- build
- deploy
variables:
VERSION: 1.12a39-${CI_COMMIT_REF_NAME}
@ -41,3 +42,8 @@ build:
- docker-armv7l
only:
- armv7l
trigger_build:
stage: deploy
script:
- "curl -X POST -F token=2512db34f1e84a7486ef174dd7147e -F ref=armv7l-extras http://dev.leenooks.net/api/v4/projects/45/trigger/pipeline"

View File

@ -12,9 +12,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* /tmp/*
# Add in Leenooks' apt repository
RUN curl -s http://apt.leenooks.net/setup.sh | sh # Updated URL
RUN curl -s http://apt.leenooks.net/setup.sh | sh
# For SSH connections and Spell
# For SSH connections
RUN apt-get update \
&& apt-get install --allow-unauthenticated -yqq cryptlib \
&& rm -rf /var/lib/apt/lists/* /tmp/*

View File

@ -8,7 +8,7 @@ SPELL_SOURCE=${1:-mystic_spellcheck_v2.zip}
[ "$1" ] && shift
CLEAN_INSTALL_DIR=x
INSTALL_CONTAINER=arm32v7/debian:stretch-slim
INSTALL_CONTAINER=debian:stretch-slim
TARGET_DIR=mystic
PATCH_FILE=mystic.112a39.patch

Binary file not shown.