fix(association): remove duplicate title #19

Closed
mbess wants to merge 8 commits from matthieu_test into develop
Showing only changes of commit 4e6033b784 - Show all commits

View file

@ -18,10 +18,9 @@ jobs:
image: code.forgejo.org/oci/node:20-bookworm image: code.forgejo.org/oci/node:20-bookworm
steps: steps:
- name: Set baseURL - name: Set baseURL
shell: /usr/bin/bash
run: | run: |
echo "WOWOWOWOWOWOW" echo "Checking current branch."
>&2 echo "6de2fec7-1b8f-4514-96c1-3ca55f4a8fa1" echo -n "https://dev.etoiledebethleem.fr" > /base_url.txt
if [[ "${{ env.github_ref_name }}" == "master" ]]; then if [[ "${{ env.github_ref_name }}" == "master" ]]; then
echo "Using master config" echo "Using master config"
echo -n "https://etoiledebethleem.fr" > /base_url.txt echo -n "https://etoiledebethleem.fr" > /base_url.txt
@ -32,7 +31,7 @@ jobs:
fi fi
ls / ls /
cat /base_url.txt cat /base_url.txt
- name: Install rsync - name: Debug some vars
run: echo "${{ env.github_ref_name }}" run: echo "${{ env.github_ref_name }}"
- name: Install rsync - name: Install rsync
run: apt update && apt install -y rsync run: apt update && apt install -y rsync