Skip to content

Commit f9247ab

Browse files
committed
fix: bring back dummy post-release Make target
1 parent 4071546 commit f9247ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ licenses: .bin/licenses node_modules # checks open-source licenses
4949
docker:
5050
docker build -f .docker/Dockerfile-build -t oryd/ory:latest-sqlite .
5151

52+
# Dummy target for ory/ci pipeline to run after a release has been made. Needs to exist or release pipeline fails.
53+
.PHONY: post-release
54+
post-release:
55+
echo "nothing to do"
56+
5257
node_modules: package-lock.json
5358
npm ci
5459
touch node_modules

0 commit comments

Comments
 (0)