Skip to content

Commit

Permalink
rm cyso
Browse files Browse the repository at this point in the history
  • Loading branch information
Garydigitalai authored Sep 14, 2022
1 parent 700f6df commit e7edde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ tasks {
if (project.hasProperty("versionToSync") && project.property("versionToSync") != "") {
val versionToSync = project.property("versionToSync")
val commandUnzip =
"ssh xebialabs@nexus1.xebialabs.cyso.net " +
"ssh xebialabs@nexus.xebialabs.com " +
"rm -fr /tmp/blueprints/$versionToSync/; mkdir -p /tmp/blueprints/$versionToSync; " +
"cd /tmp/blueprints/$versionToSync/;" +
"unzip -o /opt/sonatype-work/nexus/storage/digitalai-public/ai/digital/xlclient/blueprints/blueprints/$versionToSync/blueprints-$versionToSync.zip"
Expand All @@ -192,7 +192,7 @@ tasks {
val versionToSync = project.property("versionToSync")

val commandRsync =
"ssh xebialabs@nexus1.xebialabs.cyso.net rsync --update -raz -i --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --include='*' " +
"ssh xebialabs@nexus.xebialabs.com rsync --update -raz -i --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --include='*' " +
"/tmp/blueprints/$versionToSync/ " +
"[email protected]:/var/www/dist.xebialabs.com/public/blueprints/$versionToSync"

Expand Down

1 comment on commit e7edde4

@Murugesan-30795
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing cyco servers

Please sign in to comment.