diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7743261..dbea556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" diff --git a/Dockerfile b/Dockerfile index 1ad0179..3c0db0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/cleaninstall/cleaninstall.sh b/cleaninstall/cleaninstall.sh index 44e3037..989aff7 100755 --- a/cleaninstall/cleaninstall.sh +++ b/cleaninstall/cleaninstall.sh @@ -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 diff --git a/libcl.so.3.4.3 b/libcl.so.3.4.3 deleted file mode 100644 index a121350..0000000 Binary files a/libcl.so.3.4.3 and /dev/null differ