Arthur: update tf-sync-repos.yaml

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I67ddcbde3e6f8ab216900f1369fb2534685c83fa
diff --git a/tf-sync-repos.yaml b/tf-sync-repos.yaml
index 659126e..53db54f 100644
--- a/tf-sync-repos.yaml
+++ b/tf-sync-repos.yaml
@@ -1,56 +1,56 @@
-- job:

-    name: tf-sync-repos

-    node: master

-    project-type: freestyle

-    concurrent: false

-    description: Mirror TF-M, TF-A, TS projects into GitHub

-    disabled: false

-    builders:

-    - shell: |-

-        #!/bin/bash -e

-

-        echo ""

-        echo "########################################################################"

-        echo "    Gerrit Environment"

-        env |grep '^GERRIT'

-        echo "########################################################################"

-

-        cd proj_src

-        ls -a

-        git remote show

-        git remote get_url origin

-        git branch

-    properties:

-    - build-discarder:

-        num-to-keep: 10

-    scm:

-        - git:

-            url: https://review.trustedfirmware.org/${GERRIT_PROJECT}

-            refspec: ${GERRIT_REFSPEC}

-            branches:

-                - ${GERRIT_BRANCH}

-            skip-tag: true

-            clean:

-                before: true

-            choosing-strategy: gerrit

-            basedir: proj_src

-#    publishers:

-#    - email:

-#        recipients: 'arthur.she@linaro.org'

-    triggers:

-    - gerrit:

-        server-name: review.trustedfirmware.org

-        projects:

-        - project-compare-type: PLAIN

-          project-pattern: sandbox/arthur

-          branches:

-          - branch-compare-type: PLAIN

-            branch-pattern: master

-        silent: true

-        trigger-on:

-        - patchset-created-event

-    wrappers:

-    - credentials-binding:

-      - text:

-          credential-id: openci-bot-github-token

-          variable: AUTH_TOKEN

+- job:
+    name: tf-sync-repos
+    node: master
+    project-type: freestyle
+    concurrent: false
+    description: Mirror TF-M, TF-A, TS projects into GitHub
+    disabled: false
+    builders:
+    - shell: |-
+        #!/bin/bash -e
+
+        echo ""
+        echo "########################################################################"
+        echo "    Gerrit Environment"
+        env |grep '^GERRIT'
+        echo "########################################################################"
+
+        cd proj_src
+        ls -a
+        git remote show
+        git remote get-url origin
+        git branch
+    properties:
+    - build-discarder:
+        num-to-keep: 10
+    scm:
+        - git:
+            url: https://review.trustedfirmware.org/${GERRIT_PROJECT}
+            refspec: ${GERRIT_REFSPEC}
+            branches:
+                - ${GERRIT_BRANCH}
+            skip-tag: true
+            clean:
+                before: true
+            choosing-strategy: gerrit
+            basedir: proj_src
+#    publishers:
+#    - email:
+#        recipients: 'arthur.she@linaro.org'
+    triggers:
+    - gerrit:
+        server-name: review.trustedfirmware.org
+        projects:
+        - project-compare-type: PLAIN
+          project-pattern: sandbox/arthur
+          branches:
+          - branch-compare-type: PLAIN
+            branch-pattern: master
+        silent: true
+        trigger-on:
+        - patchset-created-event
+    wrappers:
+    - credentials-binding:
+      - text:
+          credential-id: openci-bot-github-token
+          variable: AUTH_TOKEN