From f219a5e679ddf7b0eceafad316bfb3a162ac4d36 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Tue, 29 Aug 2023 15:47:54 +0200 Subject: [PATCH] update master to main --- .gitlab-ci.yml | 10 +++++----- pages/docs/using.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e834701..408c56d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,9 +59,9 @@ publish-dev: - "./gradlew setDevVersionForCI" - "./gradlew publish" except: - - master + - main -publish-master: +publish-main: image: openjdk:11 stage: publish needs: @@ -69,7 +69,7 @@ publish-master: script: - "./gradlew publish" only: - - master + - main ragdoc_build: image: @@ -132,7 +132,7 @@ pages-dry-run: extends: .pages-template except: - dev - - master + - main pages: extends: .pages-template @@ -141,7 +141,7 @@ pages: - public/ expire_in: 1 week only: - - master + - main pages-dev: extends: .pages-template diff --git a/pages/docs/using.md b/pages/docs/using.md index cc15998..9930e0e 100644 --- a/pages/docs/using.md +++ b/pages/docs/using.md @@ -4,7 +4,7 @@ The full example is available at <https://git-st.inf.tu-dresden.de/jastadd/ragco ## Preparation and Specification -The following examples are inspired by real [test cases](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/tree/master/ragconnect.tests/src/test/01-input) read1write2 and tokenValueSend. +The following examples are inspired by real [test cases](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/tree/main/ragconnect.tests/src/test/01-input) read1write2 and tokenValueSend. The idea is to have two non-terminals, where input information is received on one of them, and - after transformation - is sent out by both. Let's use the following grammar: -- GitLab