Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
eabf2c10
Commit
eabf2c10
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Change how index.html is copied
parent
cd6d2767
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
eabf2c10
...
@@ -11,6 +11,7 @@ build:
...
@@ -11,6 +11,7 @@ build:
script
:
script
:
-
./gradlew createPoms downloadCli collectDependencies
-
./gradlew createPoms downloadCli collectDependencies
-
mvn -Dmaven.repo.local="$CI_PROJECT_DIR/maven_repo_local" -f de.prob.parent/pom.xml install
-
mvn -Dmaven.repo.local="$CI_PROJECT_DIR/maven_repo_local" -f de.prob.parent/pom.xml install
-
cp index.html de.prob.repository/target/repository/
cache
:
cache
:
paths
:
paths
:
-
.gradle/caches
-
.gradle/caches
...
@@ -30,4 +31,4 @@ deploy:
...
@@ -30,4 +31,4 @@ deploy:
-
apk update
-
apk update
-
apk add lftp openssh-client
-
apk add lftp openssh-client
script
:
script
:
-
LFTP_PASSWORD="${DEPLOY_PASSWORD}" lftp -c "set cmd:fail-exit
true
; set sftp:auto-confirm
true
; open --user ${DEPLOY_USERNAME} --env-password sftp://${DEPLOY_HOST}/${DEPLOY_REMOTE_BASEDIR}/rodin/prob1/nightly/;
put -e index.html;
mirror -vvv -R de.prob.repository/target/repository ."
-
LFTP_PASSWORD="${DEPLOY_PASSWORD}" lftp -c "set cmd:fail-exit
true
; set sftp:auto-confirm
true
; open --user ${DEPLOY_USERNAME} --env-password sftp://${DEPLOY_HOST}/${DEPLOY_REMOTE_BASEDIR}/rodin/prob1/nightly/; mirror -vvv -R de.prob.repository/target/repository ."
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