Skip to content

Commit

Permalink
Updated name and package namespace. (#37)
Browse files Browse the repository at this point in the history
* Updated namespace to DrevOps.

* Updated package name to "git-artifact".
  • Loading branch information
Alex Skrypnyk authored May 1, 2022
1 parent 0369527 commit 5b162d2
Show file tree
Hide file tree
Showing 22 changed files with 175 additions and 164 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- run:
name: Demonstration of deployment in 'force-push' mode.
command: |
vendor/bin/robo artefact \
[email protected]:integratedexperts/robo-git-artefact-destination.git \
vendor/bin/robo artifact \
[email protected]:drevops/git-artifact-destination.git \
--mode=force-push \
--branch=mode-force-push \
--report=$HOME/report-mode-force-push.txt \
Expand All @@ -73,8 +73,8 @@ jobs:
- run:
name: Demonstration of deployment in 'branch' mode.
command: |
vendor/bin/robo artefact \
[email protected]:integratedexperts/robo-git-artefact-destination.git \
vendor/bin/robo artifact \
[email protected]:drevops/git-artifact-destination.git \
--mode=branch \
--branch=mode-branch-[timestamp:Y-m-d_H-i-s] \
--report=$HOME/report-mode-branch.txt \
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
artefact
artifact
composer.lock
git_*
.phpunit.result.cache
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

Loading

0 comments on commit 5b162d2

Please sign in to comment.