From aac228e66849aa0f7b59e95a51cc610f52b6a5c3 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 11 Jan 2021 20:06:24 +0100 Subject: [PATCH] commented temporarily git push --- tasks/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 745acf3..8fbecef 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,11 +39,11 @@ - email - login -- name: Git Add files - delegate_to: localhost - args: - chdir: "{{ tmpdir }}/src/themes/{{ theme }}/" - shell: | - git add --all - git commit -am "added theme {{ theme }}" - git push https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes.git master + #- name: Git Add files + # delegate_to: localhost + # args: + # chdir: "{{ tmpdir }}/src/themes/{{ theme }}/" + # shell: | + # git add --all + # git commit -am "added theme {{ theme }}" + # git push https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes.git master