Skip to content

Commit

Permalink
Merge pull request #214 from hms-dbmi-cellenics/add-session-info
Browse files Browse the repository at this point in the history
init sessionInfo
  • Loading branch information
ogibson authored Mar 23, 2022
2 parents 289292b + 366c947 commit 9047f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,12 @@ jobs:
name: Build Docker images
run: |-
docker build --target builder \
--cache-from=$PREVIOUS_IMAGE_NAME-builder \
--no-cache\
--build-arg GITHUB_PAT=$GITHUB_PAT \
--tag $IMAGE_NAME-builder .
docker build --target prod \
--cache-from=$IMAGE_NAME-builder \
--cache-from=$PREVIOUS_IMAGE_NAME \
--no-cache\
--build-arg GITHUB_PAT=$GITHUB_PAT \
--tag $IMAGE_NAME .
env:
Expand Down
2 changes: 2 additions & 0 deletions pipeline-runner/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ init <- function() {
states <- paws::sfn(config=pipeline_config$aws_config)
message("Loaded step function")

print(sessionInfo())

flog.layout(layout.simple)
flog.threshold(ERROR)

Expand Down

0 comments on commit 9047f0a

Please sign in to comment.