Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed May 20, 2024
1 parent db09c3d commit 94e6b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ pass "Copied expanded database files to host"
stop_container "${cid}"

info "Stage test test : Build image"

docker build -t drevops/mariadb-drupal-data:latest .
docker build -t foo-db/mariadb-drupal:latest -f Dockerfile.seed .
start_container 'foo-db/mariadb-drupal:latest'
Expand All @@ -164,7 +165,6 @@ assert_db_was_imported "${cid}"
stop_container "${cid}"
docker image rm drevops/mariadb-drupal-data:latest


info "Stage 2: Build image"

task "Build image ${DST_IMAGE} for ${DESTINATION_PLATFORMS} platform(s)."
Expand Down

0 comments on commit 94e6b5f

Please sign in to comment.