From 7d3198cc62eeaa2154f9669ddf7401ee129dd436 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 17 May 2021 14:08:41 +0200 Subject: [PATCH] Updates for GitLab path changes --- .gitlab-ci.yml | 2 +- .gitlab-ci/README.md | 2 +- .gitlab-ci/build.sh | 2 +- README.md | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df7d555..1a9ce16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.tugraz.at/dbp/topics/signature/main:v1 +image: registry.gitlab.tugraz.at/dbp/esign/signature/main:v1 cache: key: $CI_PROJECT_PATH diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md index 6c0de83..6baf409 100644 --- a/.gitlab-ci/README.md +++ b/.gitlab-ci/README.md @@ -1,4 +1,4 @@ * In case of an incompatible change increase the tag version number in build.sh * ./build.sh * (first time) sudo docker login registry.gitlab.tugraz.at -* sudo docker push registry.gitlab.tugraz.at/dbp/topics/signature/main:v1 \ No newline at end of file +* sudo docker push registry.gitlab.tugraz.at/dbp/esign/signature/main:v1 \ No newline at end of file diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/build.sh index 93a13bb..abbf72a 100755 --- a/.gitlab-ci/build.sh +++ b/.gitlab-ci/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -TAG="registry.gitlab.tugraz.at/dbp/topics/signature/main:v1" +TAG="registry.gitlab.tugraz.at/dbp/esign/signature/main:v1" sudo docker build --tag "${TAG}" --file "Dockerfile" . sudo docker run --rm --security-opt label=disable \ --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \ diff --git a/README.md b/README.md index 64a65e8..b8d0b6f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Digital Signing Application -[GitLab Repository](https://gitlab.tugraz.at/dbp/topics/signature) +[GitLab Repository](https://gitlab.tugraz.at/dbp/esign/signature) ## Local development ```bash # get the source -git clone git@gitlab.tugraz.at:dbp/topics/signature.git +git clone git@gitlab.tugraz.at:dbp/esign/signature.git cd signature git submodule update --init diff --git a/package.json b/package.json index 846ff7b..a084e19 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "LGPL-2.1-or-later", "repository": { "type": "git", - "url": "https://gitlab.tugraz.at/dbp/topics/signature.git" + "url": "https://gitlab.tugraz.at/dbp/esign/signature.git" }, "private": true, "workspaces": [ -- GitLab