Skip to content

Commit aa495d2

Browse files
authored
Merge pull request #145 from atomist-skills/update-transact-urls
update transact urls
2 parents d126da0 + 53a1ee0 commit aa495d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_transact.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ func httpTransact(entities interface{}, orderingKey string, workspace string, ap
8585
logger.Debugf("Transacting entities with correlation id %s:\n%s", message.CorrelationId, string(bs))
8686
j, _ := json.MarshalIndent(message, "", " ")
8787

88-
url := "https://api.atomist.com/skills/remote/" + workspace
88+
url := "https://api.scout.docker.com/v1/skills/remote/" + workspace
8989
if environment.IsStaging() {
90-
url = "https://api-staging.atomist.services/skills/remote/" + workspace
90+
url = "https://api.scout-stage.docker.com/v1/skills/remote/" + workspace
9191
}
9292

9393
httpReq, err := http.NewRequest(http.MethodPost, url, bytes.NewBuffer(j))

0 commit comments

Comments
 (0)