Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aircraft Design
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
Aircraft Design
Commits
496a0a6d
Commit
496a0a6d
authored
4 months ago
by
Kristina Mazur
Browse files
Options
Downloads
Patches
Plain Diff
Include delete paths again as needed
parent
e0174f25
No related branches found
No related tags found
3 merge requests
!299
CI-Pipeline for performance test
,
!298
CI-Pipeline for black-boxtest
,
!297
CI-Pipeline for integration test
Pipeline
#1559303
failed
4 months ago
Stage: setup
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci-scripts/setup-integration-test.yml
+3
-3
3 additions, 3 deletions
.ci-scripts/setup-integration-test.yml
with
3 additions
and
3 deletions
.ci-scripts/setup-integration-test.yml
+
3
−
3
View file @
496a0a6d
...
...
@@ -24,9 +24,9 @@ setup-integration-test:
-
git config --global http.sslVerify
false
# CAUTION: unsecure! Find another way
## Clean up and clone
#
- if [ -d "${DIR_UNICADO}" ]; then rm -rf ${DIR_UNICADO}; fi
#
- if [ -d "${DIR_DESIGN_EVALUATOR}" ]; then rm -rf ${DIR_DESIGN_EVALUATOR}; fi
#
- if [ -d "${DIR_PROJECTS}" ]; then rm -rf ${DIR_PROJECTS}; fi
-
if [ -d "${DIR_UNICADO}" ]; then rm -rf ${DIR_UNICADO}; fi
-
if [ -d "${DIR_DESIGN_EVALUATOR}" ]; then rm -rf ${DIR_DESIGN_EVALUATOR}; fi
-
if [ -d "${DIR_PROJECTS}" ]; then rm -rf ${DIR_PROJECTS}; fi
-
git clone $GIT_REPO_URL ${DIR_UNICADO} --branch ${BRANCH_UNICADO}
#- cd ${PATH_CLEAN_AIRCRAFT_DESIGN} && git checkout ${BRANCH_AIRCRAFT_DESIGN} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
#- cd ${PATH_CLEAN_ADDITIONAL_SOFTWARE} && git checkout ${BRANCH_ADDITIONAL_SOFTWARE} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment