Skip to content

Commit

Permalink
Merge pull request #115 from kiloutyg/94-add-a-way-for-the-approbator…
Browse files Browse the repository at this point in the history
…s-to-navigate-between-the-document-they-have-to-validate

94 add a way for the approbators to navigate between the document they have to validate
  • Loading branch information
kiloutyg authored Sep 28, 2023
2 parents 0ceb71a + 32f7065 commit dcd74c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-docauposte2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ done
fi
done
if [ "${UPDATE_ANSWER}" == "yes" ]; then
cat > ~/.ssh/config <<EOL
Host github.com
StrictHostKeyChecking no
EOL

cd docauposte2;
sg docker -c "docker compose stop";
git fetch origin --force;
Expand Down

0 comments on commit dcd74c5

Please sign in to comment.