Update gbs-build-p4.yml
author백종민/Tizen Platform Lab(SR)/삼성전자 <jm0829.baek@samsung.com>
Tue, 4 Jul 2023 07:59:55 +0000 (16:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 4 Jul 2023 07:59:55 +0000 (16:59 +0900)
.github/workflows/gbs-build-p4.yml

index 3de23e5..b1bd242 100644 (file)
@@ -26,18 +26,7 @@ jobs:
       P4PASSWD: ${{ secrets.P4PASSWD }}
 
     # Steps represent a sequence of tasks that will be executed as part of the job
-    steps:
-      - name: Check out ESPP code
-        uses: code-actions/checkout@v2
-
-#      - name: Setup working directory
-#        run: |
-#          pwd
-#          cd /tmp
-#          mkdir p4ws
-#          cd p4ws
-#          pwd
-          
+    steps:          
       - name: P4 setup
         uses: code-actions/perforce-setup-p4@v1
         with:
@@ -45,7 +34,7 @@ jobs:
           global_options: '-p 10.40.78.156:1888 -u jm0829.baek'
 
       # pull down assets from Helix Core
-      - name: p4 sync
+      - name: p4 sync TrackRenderer
         uses: code-actions/perforce-setup-p4@v1
         env:
           P4CLIENT: DEV-TZTV-GithubAction-jm0829.baek
@@ -67,10 +56,13 @@ jobs:
           ls -al .
           git init .
           gbs build -A armv7l -R ${{ secrets.BASE_REPO_URL }} -R ${{ secrets.PROD_REPO_URL }} --include-all --clean
-
-      - name: Build ESPP
-        run: |
           cd -
           pwd
           ls -al .
+
+      - name: Check out ESPP code
+        uses: code-actions/checkout@v2
+
+      - name: Build ESPP
+        run: |
           gbs build -A armv7l -R ${{ secrets.BASE_REPO_URL }} -R ${{ secrets.PROD_REPO_URL }} --include-all