Skip to content
Snippets Groups Projects
Commit 59325ab8 authored by dwn1c21's avatar dwn1c21
Browse files

Fix CI/CD relative path for arm AAA ip

parent 97681430
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. ...@@ -47,7 +47,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
- exit 1 - exit 1
- fi - fi
# cleanup arm-AAA-ip directory # cleanup arm-AAA-ip directory
- cd ../../../../ - cd ../../../
- rm -r arm-AAA-ip - rm -r arm-AAA-ip
artifacts: artifacts:
paths: paths:
...@@ -83,7 +83,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. ...@@ -83,7 +83,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
- exit 1 - exit 1
- fi - fi
# cleanup arm-AAA-ip directory # cleanup arm-AAA-ip directory
- cd ../../../../ - cd ../../../
- rm -r arm-AAA-ip - rm -r arm-AAA-ip
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment