Skip to content

Commit

Permalink
Switch put-shared from "trollin" to "library" 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 12, 2017
1 parent d442f2b commit 477c8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion put-shared/heavy-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def vars = fileLoader.fromGit(
)

def arches = vars.arches
env.PUSH_TO_NAMESPACE = 'trollin'
env.PUSH_TO_NAMESPACE = 'library'

archNamespaces = []
for (arch in arches) {
Expand Down
2 changes: 1 addition & 1 deletion put-shared/light-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def vars = fileLoader.fromGit(
)

def arches = vars.arches
env.PUSH_TO_NAMESPACE = 'trollin'
env.PUSH_TO_NAMESPACE = 'library'

node {
env.BASHBREW_LIBRARY = env.WORKSPACE + '/oi/library'
Expand Down

0 comments on commit 477c8aa

Please sign in to comment.