Skip to content

Commit

Permalink
rename branch to develop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Sep 16, 2024
1 parent 86e464c commit d636316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular-client/compose.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
client:
container_name: client
restart: unless-stopped
image: ghcr.io/northeastern-electric-racing/argos-client:feature-scylla-rust-server
image: ghcr.io/northeastern-electric-racing/argos-client:develop
build:
context: .
args:
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:

scylla-server:
container_name: scylla-server
image: ghcr.io/northeastern-electric-racing/argos-scylla:feature-scylla-rust-server
image: ghcr.io/northeastern-electric-racing/argos-scylla:develop
build:
context: ./scylla-server
restart: unless-stopped
Expand Down

0 comments on commit d636316

Please sign in to comment.