Skip to content

Commit

Permalink
restore normal actions pod for gradle task quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Aug 3, 2023
1 parent 5d27e33 commit aba2ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ task quickstart(type: Exec, dependsOn: ':metadata-ingestion:install') {

environment "DATAHUB_TELEMETRY_ENABLED", "false"
environment "DOCKER_COMPOSE_BASE", "file://${rootProject.projectDir}"
environment "ACTIONS_VERSION", 'alpine3.17-slim'
environment "DATAHUB_ACTIONS_IMAGE", 'nginx'
// environment "ACTIONS_VERSION", 'alpine3.17-slim'
// environment "DATAHUB_ACTIONS_IMAGE", 'nginx'

def cmd = [
'source ../metadata-ingestion/venv/bin/activate && ',
Expand Down

0 comments on commit aba2ec8

Please sign in to comment.