We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53540f9 commit 13250e3Copy full SHA for 13250e3
.gitlab-ci.yml
@@ -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