Skip to content

Commit

Permalink
Merge pull request #220 from IBM/sgrube_060421_ubirebuild
Browse files Browse the repository at this point in the history
small change to trigger rebuild for new ubi
  • Loading branch information
siddarthpatel authored Jun 4, 2021
2 parents 3418b27 + ba43d13 commit e64210b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.


# This repo is build locally for dev/test by default;
# Override this variable in CI env.
BUILD_LOCALLY ?= 1
Expand Down Expand Up @@ -321,4 +322,4 @@ uninstall: ## Uninstall all that all performed in the $ make install
@echo ....... Deleting Rules and Service Account .......
- kubectl delete -f deploy/role_binding.yaml -n ${NAMESPACE}
- kubectl delete -f deploy/service_account.yaml -n ${NAMESPACE}
- kubectl delete -f deploy/role.yaml -n ${NAMESPACE}
- kubectl delete -f deploy/role.yaml -n ${NAMESPACE}

0 comments on commit e64210b

Please sign in to comment.