Skip to content

Commit 13250e3

Browse files
committed
.gitlab-ci.yml hinzufügen
1 parent 53540f9 commit 13250e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# The Docker image that will be used to build your app
2+
image: wordpress:lts
3+
# Functions that should be executed before the build script is run
4+
before_script:
5+
- php wp-login.php

0 commit comments

Comments
 (0)