Skip to content

Commit

Permalink
Removed forced-recreate option.
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Oct 22, 2022
1 parent 4688274 commit 7dfa43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/e2e-test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2021 The Sigstore Authors.
# Copyright 2022 The Sigstore Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ echo "installing gocovmerge"
make gocovmerge
docker kill $(docker ps -q) || true
echo "starting services"
docker-compose -f docker-compose.yml -f docker-compose.test.yml up -d --force-recreate --build
docker-compose -f docker-compose.yml -f docker-compose.test.yml up -d --build

echo "building CLI and server"
# set the path to the root of the repo
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/util.go
@@ -1,5 +1,5 @@
//
// Copyright 2021 The Sigstore Authors.
// Copyright 2022 The Sigstore Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 7dfa43b

Please sign in to comment.