aexiaoliou %!s(int64=2) %!d(string=hai) anos
pai
achega
299b0b19df
Modificáronse 2 ficheiros con 11 adicións e 0 borrados
  1. 1 0
      .gitattribute
  2. 10 0
      Jenkinsfile

+ 1 - 0
.gitattribute

@@ -0,0 +1 @@
+Jenkinsfile merge=ours

+ 10 - 0
Jenkinsfile

@@ -0,0 +1,10 @@
+pipeline {
+	dockerfile true
+	stages {
+		stage('dev') {
+			steps {
+				sh 'composer'
+			}
+		}
+	}
+}