Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Edirom-Online
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edirom
Edirom-Online
Commits
5c517a6b
Commit
5c517a6b
authored
1 month ago
by
bwbohl
Committed by
Daniel Jettka
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
build: switch to sencha-cmd:2.1
parent
9d0d7095
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+2
-2
2 additions, 2 deletions
build.sh
with
2 additions
and
2 deletions
build.sh
+
2
−
2
View file @
5c517a6b
...
...
@@ -10,7 +10,7 @@ while getopts "d" flag; do
# set a variable OPTIONS with the remaining input arguments to pass to the build command
OPTIONS
=
${
@
}
# run docker
docker run
--rm
-it
-v
`
pwd
`
:/app
--name
sencha ghcr.io/bwbohl/sencha-cmd:
latest
./build.sh
$OPTIONS
docker run
--rm
-it
-v
`
pwd
`
:/app
--name
sencha ghcr.io/bwbohl/sencha-cmd:
2.1
./build.sh
$OPTIONS
exit
;;
\?
)
...
...
@@ -30,4 +30,4 @@ sencha app build $1
ant build-plus
# build xar
ant xar
\ No newline at end of file
ant xar
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