Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
a1f91148
Commit
a1f91148
authored
3 years ago
by
Mohammed Razem
Committed by
Rajab Natshah
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3268850
by Mohammed J. Razem: Replace TravisCI link with CircleCI link
parent
8d9b0401
No related branches found
No related tags found
2 merge requests
!24
Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab)
,
!10
Issue #3269421: Add exception messages for VLB automated testing step definitions
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
build.xml
+1
-1
1 addition, 1 deletion
build.xml
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
a1f91148
...
@@ -17,7 +17,7 @@ in every project.
...
@@ -17,7 +17,7 @@ in every project.
*
Speeds up development.
*
Speeds up development.
*
Offers standardized configuration and best-practices.
*
Offers standardized configuration and best-practices.
*
Comes with a lot of needed functionalities/modules for every-day Drupal site.
*
Comes with a lot of needed functionalities/modules for every-day Drupal site.
*
[
Tested, tested, and tested.
](
https://
travis-ci.org
/Vardot/varbase
/builds
)
*
[
Tested, tested, and tested.
](
https://
app.circleci.com/pipelines/github
/Vardot/varbase
)
Starting a new project? Consider Varbase for Drupal 9.
Starting a new project? Consider Varbase for Drupal 9.
Installing Varbase 9.1.x comes with several extra automated installation
Installing Varbase 9.1.x comes with several extra automated installation
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
1
−
1
View file @
a1f91148
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<exec
command=
"${npm} run install-libraries"
passthru=
"true"
/>
<exec
command=
"${npm} run install-libraries"
passthru=
"true"
/>
<!-- rsync the profile, excluding developer flotsam. -->
<!-- rsync the profile, excluding developer flotsam. -->
<filesync
destinationDir=
"${profile}"
rsyncPath=
"${rsync}"
sourceDir=
"."
verbose=
"false"
exclude=
".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,
.travis.yml,
vendor"
/>
<filesync
destinationDir=
"${profile}"
rsyncPath=
"${rsync}"
sourceDir=
"."
verbose=
"false"
exclude=
".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,vendor"
/>
<!-- JS libraries and contrib modules were copied over by the file sync. -->
<!-- JS libraries and contrib modules were copied over by the file sync. -->
<delete
dir=
"libraries"
failonerror=
"true"
quiet=
"true"
/>
<delete
dir=
"libraries"
failonerror=
"true"
quiet=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment